Skip to content

Update Readme file (new template) #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: 24.2.1+
Choose a base branch
from

Conversation

sergepilipchuk
Copy link

No description provided.

@sergepilipchuk sergepilipchuk self-assigned this Aug 11, 2025

### Create a Resizable Control

The `ResizableDataRow` control implements the `IResizeHelperOwner` interface to work with `ResizeHelper`. The control stores the current row height in the `RowHeight` property and updates this value when the splitter moves.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The `ResizableDataRow` control implements the `IResizeHelperOwner` interface to work with `ResizeHelper`.

I have one more question. Do you think we need to add an explanation that explains what ResizeHelper does? For example:

"...to work with ResizeHelper, which ... ."

Or if ResizeHelper has a dedicated page, maybe we can link to it?
Let me know what you think.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we can add this extra info. The final text looks as follows:

The ResizableDataRow control implements the IResizeHelperOwner interface to work with еру ResizeHelper class, which handles mouse-based row resizing. The control stores the current row height in the RowHeight property and updates this value when a user moves the splitter.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like "epy ResizeHelper class" is a typo. Should it be "each ResizeHelper class"?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, it was THE but in ru keyboard

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see now. Can you apply the change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants